* {
    box-sizing: border-box;
    margin: 0;
    background-color: black;
}

a {
    text-decoration: none;
}

svg {
    background-color: white;
}

.svg1 {
    background-color: black;
}



.menu {
    position: fixed;
    width: 11.5vh;
    height: 100vh;
    background-color: white;
    display: inline-grid;
    grid-template-rows: 39.5vh 10vh 10vh 10vh;
    justify-items: center;
}

.openMenu {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 11vh;
    width: 11.5vh;
    cursor: pointer;
}

.menuAberto {
    position: fixed;
    top: 0;
    width: 0vh;
    height: 100%;
    transition: 0.6s;
    background-color: white;
    overflow: hidden;
    z-index: 99;
}

.menu00 {
    position: fixed;
    left: 0;
    z-index: 100;
    height: 11.5vh;
    width: 11vh;
    position: absolute;
    cursor: pointer;
    opacity: 0;
}

.menu00:checked~.menuAberto {
    position: fixed;
    top: 0;
    width: 35vh;
    height: 100%;
    transition: 0.6s;
}

.sairMenu {
    width: 11.2vh;
    height: 11vh;
    background-color: black;
}

.tulenMenu {
    position: absolute;
    top: 0;
    right: 0;
    background-color: blue;
    width: 24vh;
    height: 11vh;
    font-family: "Montserrat", sans-serif;
    color: white;
    font-size: 30px;
    font-weight: 700;
    padding-top: 3vh;
    padding-left: 6vh;
}

.listaMenu {
    display: flex;
    flex-direction: column;
    list-style: none;
    background-color: white;
    margin-top: 20vh;
    margin-right: 6vh;
}

.listaMenu li {
    text-align: center;
    font-family: "Montserrat", sans-serif;
    background-color: white;
    margin: 0;
    padding-top: 5vh;
    font-size: 35px;
    font-weight: 600;
    color: #b2b2b2;
}

.li1:hover {
    color: blue;
    transition: 0.4s;
}

.li2:hover {
    color: blue;
    transition: 0.4s;
}

.li3:hover {
    color: blue;
    transition: 0.4s;
}

.li4:hover {
    color: blue;
    transition: 0.4s;
}

.li5:hover {
    color: blue;
    transition: 0.4s;
}

li {
    cursor: pointer;
}

.azul {
    position: absolute;
    top: 0;
    left: 90px;
    width: 90vh;
    height: 120vh;
    background-color: #2916e0;

}

.carabone {
    border-radius: 50%;
    margin-top: 10.5vh;
    margin-left: 12vh;
}

.txtAbout {
    margin-top: 3vh;
    margin-left: 12vh;
    background-color: #2916e0;
    color: white;
    font-size: 35px;
    font-family: "Montserrat", sans-serif;
}

.Glen {
    background-color: #2916e0;
    font-weight: 700;
}

.descAbout {
    margin-left: 12vh;
    margin-top: 3vh;
    background-color: #2916e0;
    color: white;
    font-family: "Montserrat", sans-serif;
    font-weight: 200;
}

.btnAbout {
    margin-left: 12vh;
    margin-top: 3vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #2916e0;
    color: white;
    font-family: "Montserrat", sans-serif;
    text-align: center;
    font-size: 18px;
    width: 18vh;
    height: 5vh;
    border: 1px solid white;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 20px;

}

.About01 {
    position: absolute;
    left: 101vh;
    width: 50.1%;
    height: 120vh;
    background-color: white;
}

.txtAbout01 {
    position: absolute;
    background-color: transparent;
    left: 105vh;
    top: 20vh;
    font-family: "Montserrat", sans-serif;
}

.tituloAbout01 {
    position: absolute;
    left: 105vh;
    top: 10vh;
    background-color: transparent;
    font-family: "Montserrat", sans-serif;
    font-size: 35px;
    text-decoration: underline solid blue;
}
.myskl{
    position: absolute;
    left: 105vh;
    top: 75vh;
    background-color: transparent;
    font-family: "Montserrat", sans-serif;
    font-size: 35px;
    text-decoration: underline solid blue;
}
.circulos{
    width: 70vh;
    margin-right: 15vh;
    position: absolute;
    bottom: -10vh;
    right: 0;
}